home *** CD-ROM | disk | FTP | other *** search
Wrap
function chgStep(n) { fscommand("ChangeStep",n); } function initradio(grp) { if(grp == 1) { ImageSize = ""; MainIntro.FullScreen.pnt.gotoAndStop(1); MainIntro.HalfScreen.pnt.gotoAndStop(1); } else if(grp == 3) { Action = ""; MainIntro.Create.pnt.gotoAndStop(1); MainIntro.Open.pnt.gotoAndStop(1); } } function LoadTitle(hclp, str) { hclp.loadMovie(str); trace(hclp._name + "," + str); } function ShowText(str, group, hclp) { CurrentCaption = hclp; xoffset = yoffset = 0; if(group == 2) { xoffset = - caption._width - 30; } caption.txt = str; caption._x = _root._xmouse + 15 + xoffset; caption._y = _root._ymouse + yoffset; } function HideText(hclp) { if(CurrentCaption == hclp) { caption._x = -200; CurrentCaption = null; } } function ShowTT(str, hclp) { CurrentTT = hclp; _root.tt = str; } function HideTT(hclp) { if(CurrentTT == hclp) { _root.tt = ""; } } tt = ""; _SelectType = ""; _SaveOnComp = ""; _ApplyType = ""; CurrentLink = ""; _ErrTxt = ""; _OkTxt = "<b>Congratulations.</b>\nYour animation %1% is now in your phone. You can find it in the images album.\nYou can use it as main screen animation, send it with MMS, associate it with a contact, and many more..."; CurrentCaption; Action == ""; ImageSize = ""; fscommand("allowscale",false); if(frm != undefined) { if(this.getBytesLoaded() == this.getBytesTotal()) { gotoAndStop(2, frm); } } else { if(this.getBytesLoaded() == this.getBytesTotal()) { fscommand("load",this.getBytesLoaded() + "/" + this.getBytesTotal()); gotoAndStop("debut"); } play(); }